home *** CD-ROM | disk | FTP | other *** search
/ Space & Astronomy / Space and Astronomy (October 1993).iso / pc / viewers / mac / jpeg2gif / ppmtogif_folder / readme_first.ppmtogif < prev   
Text File  |  1991-11-14  |  2KB  |  52 lines

  1. Note: This is a very primitive port of ╥ppmtogif╙  from the ╥pbm╙ 
  2. package that was developed by Jef Poskanzer.  These 
  3. programs are still in the testing phase.  This program is intended to 
  4. be used as a bridge until the final versions become available.
  5.  
  6. This program converts file from ╥ppm256╙ format to gif format.
  7.  
  8. Usage:
  9.  
  10. Place the application in the same folder where the .ppm256 file 
  11. resides.
  12.  
  13. Launch the application.  When the console dialog appears, at the 
  14. point where the cursor is positioned, enter:
  15.  
  16.     <file>.ppm256 <file>.gif
  17.  
  18. For example, if I have a file named ╥test.ppm256╙, I would be 
  19. presented 
  20. with a line like:
  21.  
  22.     ppmtogif 
  23.  
  24. to which I would add to make the complete line:
  25.  
  26.     ppmtogif test.ppm256 test.gif
  27.  
  28. Press return or click ╥OK╙.
  29.  
  30. I╒ve included the ╥README╙ file from the original distribution.
  31. The only differences between this program and the distribution the 
  32. display of the opening copyright messages and changes necessary to 
  33. make things run properly on the Mac.  This version was compiled 
  34. from a version that was posted on ╥alt.graphics.pixutils╙
  35.  
  36. There are two versions of this program being posted.  ╥ppmtogif╙ was 
  37. compiled with vanilla 60000 code and no 68881 math co-processor 
  38. support.  It should run on any Mac.  The time required to 
  39. convert a 297K ppm256 file into a 110K gif file was about forty 
  40. seconds (not counting the time required for the final write to flush 
  41. the output file.  The timing was done on a Mac IIci.
  42.  
  43. The ╥ppmtogif.020.68881╙ version has been compiled with both 
  44. 68020 
  45. and 68881 code generation enabled.  It will only work on Macs that 
  46. have both of these chips.  The timing for the above decompression 
  47. was about 25 seconds.
  48.  
  49. You will also need to obtain the ╥djpeg╙ and ╥ppmquant╙ 
  50. programs to make proper use of this program.  They were posted 
  51. earlier this week.
  52.